home *** CD-ROM | disk | FTP | other *** search
/ ASP Advantage 1993 / The Association of Shareware Professionals Advantage CD-ROM 1993.iso / files / utilties / listr311 / listrcmd.dem < prev    next >
Text File  |  1993-07-03  |  1KB  |  44 lines

  1. ***************************************************************
  2. * LISTRCMD.DEM is a sample setup file used for a short on-    *
  3. *  screen demo of LISTR.  The page size is set to 18 lines    *
  4. *  so that the entire output will fit on one screen.  Titles  *
  5. *  are added on the top and bottom of the page.               *
  6. *                                                             *
  7. ***************************************************************
  8. *  bwm  7-03-93                                               *
  9. ***************************************************************
  10. *
  11. * Set top and bottom lines for screen size page.
  12. *
  13. ..BotLine 16
  14. ..TopLine 4
  15. *
  16. * Set page size for screen size page.
  17. *
  18. ..PageLines 18
  19. *
  20. * Create Top Title that marks the start of LISTR output
  21. *
  22. ..Title 1 /  ///
  23. *
  24. * Create Top Title on line 2 of each page with file name,
  25. * date and time
  26. *
  27. ..Title  2  /Listing of/@Mfn:/  @mdl:  @mt12:/
  28. *
  29. * Create Top Title on line 3 of each page with strings of 
  30. * equal signs.  
  31. *
  32. ..Title  3  /=============================/***/=============================/
  33. *
  34. * Create Bottom Title on line 17 of each page with strings
  35. * of equal signs.
  36. *
  37. ..Title 17  /=============================/***/=============================/
  38. *
  39. * Create Bottom Title on line 18 of each page with listing
  40. * date and time, and page number.
  41. *
  42. ..Title 18  /Listed @cdl:  at  @ct12://Page @pg/
  43. *
  44.